home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software USA 5 #2
/
Software USA Volume 5.02.iso
/
mac
/
children
/
2
/
Frog Hop Game
/
Frog Hop Game.dxr
/
00274_ .ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-21
|
293 b
|
15 lines
on mouseUp
global newgame
puppetSound("click")
updateStage()
set newgame to 0
puppetSprite(47, 0)
puppetSprite(48, 0)
set the visible of sprite 8 to 1
repeat with n = 9 to 14
set the visible of sprite n to 1
end repeat
set the visible of sprite 46 to 1
play done
end